home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
feverfrenzy-demo.swf
/
scripts
/
DefineSprite_351
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
389b
|
26 lines
function setScore(val)
{
mScore_mc.showValue(val);
}
function setExpert(val)
{
mExpert_mc._visible = val;
}
function setCured(val)
{
mCured_mc.showValue(val);
}
function setLost(val)
{
mLost_mc.showValue(val);
}
stop();
this.onMouseDown = function()
{
if(this._visible)
{
_root.Sons.gotoAndStop("click");
_parent.nextLevel();
}
};